it's the same issue I had in the past traced in http://jira.magnolia.info/browse/MAGNOLIA-1229#action_13068
Could we please "discuss" these kind of "uncertain" issues before committing ?
It's not an uncertain issue at all :) Not really sure why this works on some environment and not on other, but we are working on different environment and this is definitively needed on windows... it should not make any damage anyway. fabrizio On 2/7/07, Grégory Joseph <[email protected]> wrote:
Sure it works without these. I don't see why they'd be needed, they're supposedly transient. A jdk6 "issue" like Nico had yesterday/ today maybe? Could we please "discuss" these kind of "uncertain" issues before committing ? Cheers, g On 07 Feb 2007, at 00:00, [EMAIL PROTECTED] wrote: > Revision8364AuthorfgiustDate2007-02-07 00:00:00 +0100 (Wed, 07 Feb > 2007)Log Messageexplicitely add dependencies to the jspc plugin: > this is definitively required in order to make the jspc plugin work > on windows, not sure how it works on other platforms (gregory, can > you confirm it's ok for you without those dependencies?)Modified Paths > magnolia/trunk/magnolia-module-samples/pom.xml > Diff > Modified: magnolia/trunk/magnolia-module-samples/pom.xml (8363 => > 8364)--- magnolia/trunk/magnolia-module-samples/pom.xml 2007-02-06 > 22:50:59 UTC (rev 8363) +++ magnolia/trunk/magnolia-module-samples/ > pom.xml 2007-02-06 23:00:00 UTC (rev 8364)@@ -1,4 +1,5 @@-<project > xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http:// > www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http:// > maven.apache.org/POM/4.0.0 http://maven.apache.org/maven- > v4_0_0.xsd">+<project xmlns="http://maven.apache.org/POM/4.0.0" > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + > xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http:// > maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</ > modelVersion> <parent> <artifactId>magnolia-project</ > artifactId>@@ -30,18 +31,47 @@ <artifactId>jsp-api</ > artifactId> </dependency> <dependency>+ > <groupId>javax.servlet</groupId> + <artifactId>servlet-api</ > artifactId> + </dependency> + <dependency> > <groupId>org.slf4j</groupId> <artifactId>slf4j-log4j12</ > artifactId> </dependency> </dependencies>- <build> > <plugins> <plugin> <groupId>org.codehaus.mojo</ > groupId>- <artifactId>jspc-maven-plugin</artifactId>+ > <artifactId>jspc-maven-plugin</artifactId> + <dependencies> > + <dependency> + <groupId>javax.servlet</ > groupId> + <artifactId>servlet-api</artifactId> > + <version>2.4</version> + </dependency> > + <dependency> + <groupId>javax.servlet</ > groupId> + <artifactId>jsp-api</artifactId> + > <version>2.0</version> + </dependency> + > <dependency> + <groupId>commons-logging</groupId> > + <artifactId>commons-logging</artifactId> + > <version>1.1</version> + </dependency> + > <dependency> + <groupId>commons-el</groupId> > + <artifactId>commons-el</artifactId> + > <version>1.0</version> + </dependency> + > <dependency> + <groupId>ant</groupId> + > <artifactId>ant</artifactId> + <version>1.6.5</version> > + </dependency> + </dependencies> </ > plugin> </plugins> </build>- </project> > ---------------------------------------------------------------- for list details see http://www.magnolia.info/en/magnolia/developer.html ----------------------------------------------------------------
---------------------------------------------------------------- for list details see http://www.magnolia.info/en/magnolia/developer.html ----------------------------------------------------------------
