DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=40280>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=40280 [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED | ------- Additional Comments From [EMAIL PROTECTED] 2006-08-23 07:13 ------- Josias Thoeny on [EMAIL PROTECTED]: > Modified: lenya/trunk/src/resources/build/modules2build.xsl > > URL: http://svn.apache.org/viewvc/lenya/trunk/src/resources/build/modules2build.xsl?rev=433597&r1=433596&r2=433597&view=diff > > ============================================================================== > > --- lenya/trunk/src/resources/build/modules2build.xsl (original) > > +++ lenya/trunk/src/resources/build/modules2build.xsl Tue Aug 22 04:19:29 > > 2006 > > @@ -159,7 +159,7 @@ > > deprecation="${{deprecation}}" > > target="${{target.vm}}" > > nowarn="${{nowarn}}" > > - source="1.4"> > > + source="${{src.java.version}}"> > > <src path="{$src}/java/src"/> > > <classpath refid="module.classpath.{$id}"/> > > </javac> > > @@ -282,7 +282,7 @@ > > deprecation="${{deprecation}}" > > target="${{target.vm}}" > > nowarn="${{nowarn}}" > > - source="1.4"> > > + source="${{java.version}}"> Here the property is called java.version, and above it's src.java.version. Is this intended, or is it a typo? It might have something to do with the error Jörn mentioned: javac: invalid source release: 1.5.0_07 This problem doesn't occur on my machine, though. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
