[U2] easiest way to COMPILE/CATALOG for a build?

2010-08-18 Thread Chris Austin
Hello, We just recently changed our entire repository from Source Safe to SVN and we're now using hudson to automate our builds. This works great for Java since we can simply compile ALL the programs using the JAVA compiler in a batch file. Universe however seems to require us sign into a Un

[U2] Test ... please ignore

2010-08-18 Thread Larry Hiscock
Test, please ignore ___ U2-Users mailing list U2-Users@listserver.u2ug.org http://listserver.u2ug.org/mailman/listinfo/u2-users

Re: [U2] Test ... please ignore

2010-08-18 Thread Bob Rasmussen
On Wed, 18 Aug 2010, Larry Hiscock wrote: > Test, please ignore I'm trying... I'm trying... Oh, I just can't! > > ___ > U2-Users mailing list > U2-Users@listserver.u2ug.org > http://listserver.u2ug.org/mailman/listinfo/u2-users > > Regards, Bob

Re: [U2] easiest way to COMPILE/CATALOG for a build?

2010-08-18 Thread Drew William Henderson
Chris, Are you on Windows or Unix/Linux? On the ?nix version, you can execute uv/bin program "basic" to compile your programs (and assume you can catalog, as well, but never tried it.) Assuming uv/bin is in your PATH, if the folder/directory is SOURCE, and you want to compile the file PROG1,

Re: [U2] easiest way to COMPILE/CATALOG for a build?

2010-08-18 Thread Drew William Henderson
...should have clarified that the below command is executed at the OS command prompt. -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Drew William Henderson Sent: Wednesday, August 18, 2010 4:43 PM To: U2 Users Lis

Re: [U2] easiest way to COMPILE/CATALOG for a build?

2010-08-18 Thread Chris Austin
Unfortunately we are on a Windows 2008 server platform. I will try putting the uv/bin in my PATH as well and giving it a go. > From: d.hender...@moreheadstate.edu > To: u2-users@listserver.u2ug.org > Date: Wed, 18 Aug 2010 16:43:05 -0400 > Subject: Re: [U2] easiest way to COMPILE/CATALOG for

Re: [U2] Test ... please ignore

2010-08-18 Thread Bob Woodward
Don't look at the light!!! Close your eyes and DON'T LOOK AT THE LIGHT!! -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Larry Hiscock Sent: Wednesday, August 18, 2010 1:30 PM To: 'U2 Users List' Subject: [U2] Test .

Re: [U2] easiest way to COMPILE/CATALOG for a build?

2010-08-18 Thread Doug
Hi Chris: [ad] Within our XLr8Installer, part of our complete Eclipse plug-ins for U2 environment, you can build a install script through our XLr8Installer plug-in for Java. We use this tool all of the time to automate our installations. In fact we can go from Universe to Unidata, or Unidata to

Re: [U2] easiest way to COMPILE/CATALOG for a build?

2010-08-18 Thread Chris Austin
So it seems like it wants to compile it but can't open the VOC. I'm not sure which VOC it's trying to use (the one c:\Chris or the one in c:\IBM\uv\bin). This is what I get from the command line> C:\IBM\UV\bin>BASIC C:\CHRISSYS\LFUTILS TEST_HARNESS5 Unable to open 'VOC' file I have made sure t

[U2] SQL field name issue.

2010-08-18 Thread George Gallen
I'm setting up a mysql database based on some of our UV data. Is there a way to create a field in MySQL that is a subfield? For instance I have a field CID for customer ID, which is a superkey based on 3 pieces I have another file which has a key of "FILE-###" where the ### is the first 3 chara

Re: [U2] easiest way to COMPILE/CATALOG for a build?

2010-08-18 Thread Robert Houben
Try running it from the directory where the VOC resides with the C:\IBM\UV\bin directory added to your path. -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Chris Austin Sent: Wednesday, August 18, 2010 2:00 PM To:

Re: [U2] easiest way to COMPILE/CATALOG for a build?

2010-08-18 Thread Chris Austin
Thanks Robert, That actually worked. There is one issue however. I had to copy my VOC into my programing folder for it to work. Our setup is as follows: c:\CHRIS> this is where we keep our DATA tables. (VOC is also kept here) c:\CHRISSYS > this is where we keep our SOURCE code. It wo

Re: [U2] easiest way to COMPILE/CATALOG for a build?

2010-08-18 Thread Robert Houben
You could probably just do the compile from the folder where your VOC is. I believe the basic.exe command opens the VOC and uses it to resolve the reference to the file, so the fact that it is elsewhere should work. Flying half from memory, so it might not work... -Original Message- Fro

Re: [U2] SQL field name issue.

2010-08-18 Thread Kevin King
What about creating a view against the table and using the view in your join? -Kevin http://www.PrecisOnline.com ___ U2-Users mailing list U2-Users@listserver.u2ug.org http://listserver.u2ug.org/mailman/listinfo/u2-users