Re: Building on server, no Eclipse [solved dohhhhhh]

2009-04-06 Thread Dom
When I find the guy who must have reverted my new build.xml to the old one DOH!!! There's a day I'm never getting back;-) Thanks for your tremendous patience with this humble newbie Chuck. On Apr 6, 2009, at 10:55 PM, Dom wrote: On Apr 6, 2009, at 10:15 PM, Chuck Hill wrot

Re: Building on server, no Eclipse

2009-04-06 Thread Dom
in either build.properties or the wolips.properties Override ignored for propery "some.property" And then these few lines, variations of which appear near the No Sources Found output: WOFileSet: Setup scanner in dir /home/dom/Projects/ORM/bin with patternSet{ includes: [**/*.cl

Re: Building on server, no Eclipse

2009-04-06 Thread Dom
On Apr 6, 2009, at 8:39 PM, Chuck Hill wrote: On Apr 6, 2009, at 5:03 PM, Dom wrote: On Apr 6, 2009, at 7:51 PM, Chuck Hill wrote: On Apr 6, 2009, at 4:28 PM, Dom wrote: I'd think this has to be some freaking setting/property/stupid wobuild file some place as it works locally

Re: Building on server, no Eclipse

2009-04-06 Thread Dom
On Apr 6, 2009, at 7:51 PM, Chuck Hill wrote: On Apr 6, 2009, at 4:28 PM, Dom wrote: I'd think this has to be some freaking setting/property/stupid wobuild file some place as it works locally using ant within Eclipse. Man this is frustrating; it seems like every time I start t

Re: Building on server, no Eclipse

2009-04-06 Thread Dom
Hill wrote: On Apr 6, 2009, at 1:17 PM, Dom wrote: Getting errors on included frameworks, as in, it can't find them. The frameworks are building and installing fine on the server, but the main project can't find them. What do I need to make sure is up there for this to work? Thank

Building on server, no Eclipse

2009-04-06 Thread Dom
Getting errors on included frameworks, as in, it can't find them. The frameworks are building and installing fine on the server, but the main project can't find them. What do I need to make sure is up there for this to work? Thanks. Dom

Re: NSTimestampFormatter question

2009-03-26 Thread Dom
pe formatting string and only that. On Mar 26, 2009, at 4:23 PM, Chuck Hill wrote: On Mar 26, 2009, at 1:05 PM, Dom wrote: I know that this is deprecated in WO5.4, but I have a source timestamp string that looks like this: 2009-03-26 15:56:50-0400 and I'm trying to create a formatter wi

NSTimestampFormatter question

2009-03-26 Thread Dom
ght I'd revert to using NSTimestampFormatter to get past this issue. Am I doing something wrong? OK, dumb question. What am I doing wrong? ;-) Thanks, Dom ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev

Re: Eclipse+wolips nightly update failed

2009-03-18 Thread Dom
Same problem here; Eclipse 3.4.2 and stuck on WOLips 3.4.5693 Wow, I'm glad that I'm at least now experiencing problems others are having as well on my path of WO;-) Dom On Mar 18, 2009, at 8:43 PM, Gaastra Dennis - WO Lists wrote: We have the same problem here as well. Is this

Re: Latest WOLips war build; incorrect classpath generated

2009-03-16 Thread Dom
2009, at 9:21 PM, Don Lindsay wrote: Hello Dom; I created a new project and named it testing1. Right clicked the project and chose RunAs, select WOApplication. Selected the application class. and clicked run Opened a browser and navigated to the URL identified in the log and verified that the

Re: Latest WOLips war build; incorrect classpath generated

2009-03-13 Thread Dom
picked up as modified. Are you using a CVS or SVN for your project? svn I'd be willing to tolerate the slow builds, if they resulted in something that actually worked;-) Maybe it's the newness of the latest wolips not being ironed out yet? Don On Mar 13, 2009, at 4:40 PM, Dom wr

Re: Latest WOLips war build; incorrect classpath generated

2009-03-13 Thread Dom
On Mar 13, 2009, at 3:51 PM, Don Lindsay wrote: Hello Dom; After removing the libraries from your project did you do clean on the project? This should clean out your WAR directory as well. After you do a clean the war will take a long time to rebuild the next time it is compiled

Latest WOLips war build; incorrect classpath generated

2009-03-13 Thread Dom
ote, does anybody have any experience using the maven stuff for webobjects to build wars? I'd prefer that actually, but it seems that wolips is geared towards ant and I didn't want to further complicate my webobjects introduction. Thanks Dom _

Re: ant build problem

2009-03-09 Thread Dom
Does anybody have any idea on how to solve this problem? I'm stuck and would very much like to move onto actually deploying this test app in tomcat. Any suggestions on how to get the Too many open files thing resolved? Thanks, Dom On Mar 9, 2009, at 3:51 PM, Dom wrote: I thin

Re: ant build problem

2009-03-09 Thread Dom
-1.6.0-sun-1.6.0.7/jre/lib/zi/ ZoneInfoMappings (Too many open files) ZoneInfo: /usr/lib/jvm/java-1.6.0-sun-1.6.0.7/jre/lib/zi/ ZoneInfoMappings (Too many open files) On Mar 9, 2009, at 3:04 PM, Chuck Hill wrote: On Mar 9, 2009, at 11:37 AM, Dom wrote: OK, and now I'm getting this: Fa

Re: ant build problem

2009-03-09 Thread Dom
OK, and now I'm getting this: Failed to process eclipse frameworks. when issuing "ant war" or any other target that requires a build. On Mar 8, 2009, at 11:16 AM, Dom wrote: Thank you Mike, Where should I put the woproject.jar on my local machine assuming osx? Does it matt

Re: ant build problem

2009-03-08 Thread Dom
Thank you Mike, Where should I put the woproject.jar on my local machine assuming osx? Does it matter? I currently have it in my /Library/WebObjects/lib directory, and that was more in an effort to resolve this while messing around yesterday. I'm not really sure how it worked before;-) Th

ant build problem

2009-03-08 Thread Dom
similar to the original error on the server. Hopefully this is a really simple thing; please forgive me if so. I'm hoping to be able to build and deploy a war to tomcat; I was hoping this new version of wolips would make that much more consistent as well,