EJ Ciramella wrote:
I also tried to verify that bug 42277 was closed/fixed in the nightly
builds, but I see it's not.

String resources only have properties single expanded. If you relied on
<string> resources being expanded more than once, it no longer happens.
Bugzilla report 42277.


I havent tried to build the nightly for a few weeks. Normally gump would warn of trouble, but it is held up with junit problems



-----Original Message-----
From: EJ Ciramella [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 29, 2008 9:48 AM
To: Ant Developers List
Subject: RE: Trying (and failing) to build the nightly snapshot

I'm not sure if I was supposed to do this or not, but I copied the
InterfaceMethodRefCPInfo.java file that comes in
/src/main/org/apache/tools/ant/taskdefs/optional/depend/constantpool to
ant/src/main/org/apache/tools/ant/taskdefs/optional/depend/constantpool
and it worked.

Is there any particular reason that ONE file is orphaned out there?

-----Original Message-----
From: EJ Ciramella [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 29, 2008 9:37 AM
To: dev@ant.apache.org
Subject: Trying (and failing) to build the nightly snapshot

Hey guys - I'm struggling to build the nightly snapshot and I'm sure
this is a /palmface type problem.

During compilation, I get this:

Compiling 296 source files to
E:\buildtools\ant-nightly\ant\build\classes

E:\buildtools\ant-nightly\ant\src\main\org\apache\tools\ant\taskdefs\opt
ional\depend\constantpool\ConstantPool.java:261: cannot find symbol

symbol  : class InterfaceMethodRefCPInfo

location: class
org.apache.tools.ant.taskdefs.optional.depend.constantpool.ConstantPool

            if (element instanceof InterfaceMethodRefCPInfo) {

                                   ^

E:\buildtools\ant-nightly\ant\src\main\org\apache\tools\ant\taskdefs\opt
ional\depend\constantpool\ConstantPool.java:262: cannot find symbol

symbol  : class InterfaceMethodRefCPInfo

location: class
org.apache.tools.ant.taskdefs.optional.depend.constantpool.ConstantPool

                InterfaceMethodRefCPInfo interfaceMethodRefEntry

                ^

E:\buildtools\ant-nightly\ant\src\main\org\apache\tools\ant\taskdefs\opt
ional\depend\constantpool\ConstantPool.java:263: cannot find symbol

symbol  : class InterfaceMethodRefCPInfo

location: class
org.apache.tools.ant.taskdefs.optional.depend.constantpool.ConstantPool

                     = (InterfaceMethodRefCPInfo) element;

                        ^

E:\buildtools\ant-nightly\ant\src\main\org\apache\tools\ant\taskdefs\opt
ional\depend\constantpool\ConstantPoolEntry.java:151: cannot find symbol

symbol  : class InterfaceMethodRefCPInfo

location: class
org.apache.tools.ant.taskdefs.optional.depend.constantpool.ConstantPoolE
ntry

                cpInfo = new InterfaceMethodRefCPInfo();

                             ^

Note: Some input files use or override a deprecated API.

Note: Recompile with -Xlint:deprecation for details.

4 errors

From what I can tell, this class exists in the
optional.jar/ant-nodeps.jar (which doesn't exist because I haven't built
it yet).  How do I get around this?

P.S. - the link to the nightly builds doesn't point to anything:

http://ant.apache.org/nightlies.html

http://people.apache.org/builds/ant/nightly/


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


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



--
Steve Loughran                  http://www.1060.org/blogxter/publish/5
Author: Ant in Action           http://antbook.org/

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

Reply via email to