Problem compiling project with WAR dependency

2007-09-26 Thread cdesaint
Hi All, I've got a couple of projects, 1 is a WAR project, another is a JAR project which needs to depend on the java classes in the WAR. Normally, you wouldn't do this, but in this case, the JAR project is for unit tests and wants to be able to instantiate the Actions in the WAR project. In

Re: Problem compiling project with WAR dependency

2007-09-26 Thread cdesaint
: cdesaint [EMAIL PROTECTED] writes: Hi All, I've got a couple of projects, 1 is a WAR project, another is a JAR project which needs to depend on the java classes in the WAR. Normally, you wouldn't do this, but in this case, the JAR project is for unit tests and wants to be able