-
I had to make a number of changes to successfully build:
build.properties
----------------
#build.offline=true
proxyhost=webproxy.dot.state.mn.us
proxyport=3128
#maven.ant.jar.loc=http://www.tux.org/pub/net/apache/dist/maven/binaries
maven.ant.jar.loc=http://repo1.maven.org/maven2/org/apache/maven/maven-artifact-ant/2.0.4/
logging.directory=c/temp/qwicket/logs
build.xml
---------.
2007-05-04 18:51:02 UTC in qwicket
-
One small correction and one question:
REP035=Publication {0} is alreday published.
in RepCode.propertied s/b
REP035=Publication {0} is already published.
When attempting to create a publication the source DB connection is established but the save publication fails with REP035 on execution of "insert into Rep_Publications values ( 'xxx' ,'publisher_wins','OITW2K41T8M111_3001'...
2005-08-02 15:07:23 UTC in Daffodil Replicator
-
After install on another linux, I find the problem is that ssh-agent was not being used.
2005-07-12 19:51:29 UTC in luntbuild
-
Hello,
Very nice product. Thanks for the effort.
I have installed the system on a Windows machine and used it to checkout and build a project from a CVS repository via the :ext ssh protocol. A checkout of the same project from the same repository using luntbuild running under a Linux fails. The last lines in the build_log.txt are:
[history] You have no controlling tty and no...
2005-06-30 17:25:57 UTC in luntbuild
-
I got this error on the "Finish" step with the gui installer.
Here is the end of the
Connecting to database on jdbc:mysql://localhost:3306/infoglue
Connected...
Setting up initial data....
Parsed 104 commands from script
Importing www.antseekhome.com
**************************************
Initializing properties from file.....
**************************************...
2004-11-03 19:31:34 UTC in infoglue
-
This morning I am unable to recreate the behavior - not even if I duplicated the line:
xplanner.datasampling.job=0 0 0 ? 1-12 *;com.technoetic.xplanner.statistics.DataSamplingJob
in xplanner.properties.
It must have been some odd deployment configuration I managed to put together. Thanks for your prompt attention and sorry for the distraction.
Dennis.
2004-05-21 13:01:38 UTC in XPlanner
-
Xplanner would consistently fail to start with this:
----- Root Cause -----
org.quartz.ObjectAlreadyExistsException: Unable to store Job with name: 'xplanner.datasampling.job' and group: 'xplanner', because one already exists with this identification.
at org.quartz.simpl.RAMJobStore.storeJob(RAMJobStore.java:166)
at org.quartz.simpl.RAMJobStore.storeJobAndTrigger(RAMJobStore.java:141)
at...
2004-05-20 19:29:14 UTC in XPlanner
-
Is there any interest in configuring the People screen to show an "LDAP Add" link instead of the "Add Person" link when xplanner.security.login.module=com.technoetic.xplanner.security.jndi.JNDILoginModule?
I have implemented this in a rather crude way and could use some expert advise on how this should be integrated into xplanner.
Here are the changes made after...
2004-05-20 17:52:38 UTC in XPlanner
-
The problem may be the name of a column (file of type blob) in the Note table. See #6-#11 in post http://sourceforge.net/forum/message.php?msg_id=2402464.
2004-04-28 13:44:10 UTC in XPlanner
-
I would like to add a navbar to my application. To experiment I created a hello project (with the IDEA "Create Web Project" tool). It created a hello context in the tomcat webapp directory. Next I added the sofiaExamples source to the project, and copied (from example7) NavigationBar.jsp and the images directory to the hello directory.
In NavigationBar.jsp I changed...
2004-02-21 20:01:20 UTC in SOFIA