• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Total Build Frustration
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Total Build Frustration


  • Subject: Re: Total Build Frustration
  • From: Dov Rosenberg <email@hidden>
  • Date: Sun, 02 Dec 2007 10:24:03 -0500
  • Thread-topic: Total Build Frustration

Title: Re: Total Build Frustration
I discovered after I migrated to leopard that I was getting errors similar to

/Users/jcicenia/Documents/workspace/TOSDevelopment/build.xml:261: IO error scanning directory '/.fseventsd'

I turns out that the .fseventsd folder is something new that Leopard introduced for a new framework FSEvents

http://arstechnica.com/reviews/os/mac-os-x-10-5.ars/7

I think it is somehow triggered when you do searches for files in ANT tasks that use filesets with **/* type of filters. After fixing my ANT tasks to be more specific I got rid of the errors.

Dov Rosenberg

 


On 12/2/07 12:54 AM, "James Cicenia" <email@hidden> wrote:

I don't know how I screwed this up.

Up until I started messing with the EOGenerators to change an entity, I was able to build my project.
Now I am getting crazy errors that I don't understand at all:

/Users/jcicenia/Documents/workspace/TOSDevelopment/build.xml:261: IO error scanning directory '/.fseventsd'

Ok, I say.. Miguel had a fix. Then I get this:

/Users/jcicenia/Documents/workspace/TOSDevelopment/build.xml:230: /Users/jcicenia/Documents/workspace/TOSDevelopment/lib not found.

Ok, I don't have a lib directory so I eliminate those lines in the build.xml, or I add a lib directory in my project and now I get the errors below:

I don't even have a EOGenericRecord file in my project workspace?!

What the heck did I do.  

This had me totally stumped. And of course my project is just dripping red since it can't build so I don't even really know if the generated EOs will work either.

help.. please,
James Cicenia

PS: My two other projects build fine.




[wocompile] Compiling 2 source files to /Users/jcicenia/Documents/workspace/TOSDevelopment/bin
[wocompile] /Users/jcicenia/Documents/workspace/TOSDevelopment/src/.EOGenericRecord.java:6: <identifier> expected
[wocompile] package ;
[wocompile]         ^
[wocompile] /Users/jcicenia/Documents/workspace/TOSDevelopment/src/.EOGenericRecord.java:16: illegal start of type
[wocompile] public class EOGenericRecord extends .base._EOGenericRecord {
[wocompile]                                      ^
[wocompile] /Users/jcicenia/Documents/workspace/TOSDevelopment/src/.EOGenericRecord.java:17: '{' expected
[wocompile]     private static org.apache.log4j.Logger logger = org.apache.log4j.Logger.getLogger(EOGenericRecord.class);
[wocompile]                                                                                                       ^
[wocompile] /Users/jcicenia/Documents/workspace/TOSDevelopment/src/.EOGenericRecord.java:17: <identifier> expected
[wocompile]     private static org.apache.log4j.Logger logger = org.apache.log4j.Logger.getLogger(EOGenericRecord.class);
[wocompile]                                                                                                            ^
[wocompile] /Users/jcicenia/Documents/workspace/TOSDevelopment/src/.EOGenericRecord.java:17: '{' expected
[wocompile]     private static org.apache.log4j.Logger logger = org.apache.log4j.Logger.getLogger(EOGenericRecord.class);
[wocompile]                                                                                                             ^
[wocompile] /Users/jcicenia/Documents/workspace/TOSDevelopment/src/.EOGenericRecord.java:19: invalid method declaration; return type required
[wocompile]     public EOGenericRecord() {
[wocompile]            ^
[wocompile] /Users/jcicenia/Documents/workspace/TOSDevelopment/src/.EOGenericRecord.java:48: '}' expected
[wocompile] }
[
wocompile]  ^
[wocompile] /Users/jcicenia/Documents/workspace/TOSDevelopment/src/com/tos/eo/.EOGenericRecord.java:6: <identifier> expected
[wocompile] package ;
[wocompile]         ^
[wocompile] /Users/jcicenia/Documents/workspace/TOSDevelopment/src/com/tos/eo/.EOGenericRecord.java:14: illegal start of type
[wocompile] public class EOGenericRecord extends .base._EOGenericRecord {
[wocompile]                                      ^
[wocompile] /Users/jcicenia/Documents/workspace/TOSDevelopment/src/com/tos/eo/.EOGenericRecord.java:15: '{' expected
[wocompile]     private static org.apache.log4j.Logger logger = org.apache.log4j.Logger.getLogger(EOGenericRecord.class);
[wocompile]                                                                                                       ^
[wocompile] /Users/jcicenia/Documents/workspace/TOSDevelopment/src/com/tos/eo/.EOGenericRecord.java:15: <identifier> expected
[wocompile]     private static org.apache.log4j.Logger logger = org.apache.log4j.Logger.getLogger(EOGenericRecord.class);
[wocompile]                                                                                                            ^
[wocompile] /Users/jcicenia/Documents/workspace/TOSDevelopment/src/com/tos/eo/.EOGenericRecord.java:15: '{' expected
[wocompile]     private static org.apache.log4j.Logger logger = org.apache.log4j.Logger.getLogger(EOGenericRecord.class);
[wocompile]                                                                                                             ^
[wocompile] /Users/jcicenia/Documents/workspace/TOSDevelopment/src/com/tos/eo/.EOGenericRecord.java:17: invalid method declaration; return type required
[wocompile]     public EOGenericRecord() {
[wocompile]            ^
[wocompile] /Users/jcicenia/Documents/workspace/TOSDevelopment/src/com/tos/eo/.EOGenericRecord.java:46: '}' expected
[wocompile] }
[
wocompile]  ^
[wocompile] 14 errors



 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

References: 
 >Total Build Frustration (From: James Cicenia <email@hidden>)

  • Prev by Date: Re: Total Build Frustration
  • Next by Date: Re: Deploying problems with WO 5.4/Wonder
  • Previous by thread: Re: Total Build Frustration
  • Next by thread: Re: Deploying problems with WO 5.4/Wonder
  • Index(es):
    • Date
    • Thread