Hi, 

I am running out of cvs on my local machine 
but using 1.0-beta-9 on the production machine.
Both systems are running j2sdk1.4.2 

maven dist works on both

On the production machine maven site fails with 

    [javadoc] 
/usr/local/packages/dist/SPIndent/build/org/paneris/spindent/set/quasi/TokenSet.java:128:
 
warning: as of release 1.4, assert is a keyword, and may not be used as an 
identifier
    [javadoc]     assert !(one instanceof ComplexTokenSet) || !(two instanceof 
ComplexTokenSet);
    [javadoc]     ^
    [javadoc] 
/usr/local/packages/dist/SPIndent/build/org/paneris/spindent/set/quasi/TokenSet.java:128:
 
not a statement
    [javadoc]     assert !(one instanceof ComplexTokenSet) || !(two instanceof 
ComplexTokenSet);
    [javadoc]     ^
    [javadoc] 
/usr/local/packages/dist/SPIndent/build/org/paneris/spindent/set/quasi/TokenSet.java:128:
 
';' expected
    [javadoc]     assert !(one instanceof ComplexTokenSet) || !(two instanceof 
ComplexTokenSet);
    [javadoc]            ^

BUILD FAILED
null:37:50: <attainGoal> null:70:84: <ant:copy> Warning: Could not find file 
/usr/local/packages/dist/SPIndent/target/taglib.xml to copy.
Total time: 1 minutes 56 seconds

I have the following in project.properties
maven.compile.deprecation = on
maven.compile.optimize = off
maven.compile.debug = on
maven.compile.source = 1.4
maven.compile.target = 1.4
maven.javadoc.source = 1.4
maven.test.source = 1.4
maven.javadoc.customtags=todo 
todo.name=todo
todo.description="To Do:"


Any clues?

cheers
timp




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to