Hi Vaibhav,

Travis replied yesterday to your 2 emails.

I see them in the list archives:
- http://lists.osafoundation.org/pipermail/chandler-dev/2008-May/ 010019.html - http://lists.osafoundation.org/pipermail/chandler-dev/2008-May/ 010020.html

So it's very strange that you haven't received them.

Sending this directly to you in case that helps.

Mimi

Begin forwarded message:

From: Travis Vachon <[EMAIL PROTECTED]>
Date: May 27, 2008 9:38:34 AM PDT
To: Chandler Project <[email protected]>
Subject: Re: [Chandler-dev] hack some java script
Reply-To: Chandler Project <[email protected]>

Hi Vaibhav

Are you running from a subversion checkout of trunk? If so, it looks like your javascript code is out of date.

Before hacking too much more code, you should check out this page:

http://chandlerproject.org/Developers/ChandlerServerJavascriptDev

Note that that will only make sense for recent versions of the code base, so again, running from subversion trunk is probably your best bet.

Running in js-dev mode should help solve the problem you're having, but it's probably also a good idea to do a custom Javascript build to really make sure you're running the code you're modifying. To do this, head into COSMO_HOME/cosmo-js and run:

mvn package install
cd ../cosmo
mvn -Pjs-dev clean compile war:inplace

and restart the server.

Please feel free to ping me on IRC (tvachon) if you have more questions.

-Travis

On May 26, 2008, at 6:59 AM, vaibhav saxena wrote:

Hi,
i am hacking some java script code in the cosmo project. When i am trying to change in the js file like when trying to make changes in signup form shown on the login screen, nothing is effecting.

I am changing the code from the following file

cosmo.account.create.js
lib.dojo.src.cosmo-login.js
lib.dojo.src.cosmo-login.js.uncompressed.js

I am trying to remove the conformation password field from signup gui. but after making changes it is not affecting. Although when i am making the changes in jsp file or the messages resources files, gui is showing the changes (So there should be no server restart problem at all).

Please Help me out on this metter.

Thank you

--
VAIBHAV SAXENA _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

Open Source Applications Foundation "chandler-dev" mailing list
http://lists.osafoundation.org/mailman/listinfo/chandler-dev

_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

Open Source Applications Foundation "chandler-dev" mailing list
http://lists.osafoundation.org/mailman/listinfo/chandler-dev
Begin forwarded message:
From: Travis Vachon <[EMAIL PROTECTED]>
Date: May 27, 2008 9:32:52 AM PDT
To: Chandler Project <[email protected]>
Subject: Re: [Chandler-dev] need help - chandler web gui
Reply-To: Chandler Project <[email protected]>

Hi Vaibhav

Probably your best bet is to dig into the Dojo docs, in particular the sections on Javascript programming with Dojo:

http://dojotoolkit.org/book/dojo-book-0-9/part-3-programmatic-dijit- and-dojo-0

and Dijit:

http://dojotoolkit.org/book/dojo-book-0-9/part-2-dijit-0

Unfortunately, we don't have many resources describing overall architecture, so you'll need to dig into the code to get a deeper understanding of most pieces. We're currently in the process of moving a large amount of legacy code more closely in line with Dojo/ Dijit APIs which will help this situation in the long run. Please feel free to jump in #cosmo on irc.freenode.net (http:// freenode.net/using_the_network.shtml) to ask questions.

What little information does exist on the web ui code can be found linked from the developer wiki:

http://chandlerproject.org/Developers/WebHome

-Travis

On May 26, 2008, at 4:34 AM, vaibhav saxena wrote:

Hi,
this is my second post to the community. In my first post i required for the help needed to understand the cosmo web client gui. Somebody please tell me the architecture of web gui and how this was made. If some one can provide me the linksnotes relating to the same..help me to understand the web gui.

thanks

--
VAIBHAV SAXENA

_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

Open Source Applications Foundation "chandler-dev" mailing list
http://lists.osafoundation.org/mailman/listinfo/chandler-dev

_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

Open Source Applications Foundation "chandler-dev" mailing list
http://lists.osafoundation.org/mailman/listinfo/chandler-dev


On May 27, 2008, at 10:09 PM, vaibhav saxena wrote:

Hi,
Well i am unable to receive any mail from osaf foundation regardings my problems. i doubt that there is some subscription problem that i am facing with the osaf mail list. Can anybody please help me out so solve this matter.

Thank you

--
VAIBHAV SAXENA

_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

Open Source Applications Foundation "chandler-dev" mailing list
http://lists.osafoundation.org/mailman/listinfo/chandler-dev

_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

Open Source Applications Foundation "chandler-dev" mailing list
http://lists.osafoundation.org/mailman/listinfo/chandler-dev

Reply via email to