[aplaws - Developing on APLAWS+] trunk back in a working condition

View: New views
20 Messages — Rating Filter:   Alert me  
< Prev | 1 - 2 | Next >

[aplaws - Developing on APLAWS+] trunk back in a working condition

by Aplaws - Dev mailing list :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=7400153
By: pboy

compiles and deploys again.


Peter


______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=368401

------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables
unlimited royalty-free distribution of the report engine
for externally facing server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
Aplaws-devel mailing list
Aplaws-devel@...
https://lists.sourceforge.net/lists/listinfo/aplaws-devel

[aplaws - Developing on APLAWS+] RE: trunk back in a working condition

by Aplaws - Dev mailing list :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=7400792
By: terry_permeance

Hi Peter,

With ecdc, I get validation errors with project.xml:

D:\workspaces\aplaws\trunk-readonly\tools-ng\ecdc\scriptlib\build-configure.xml:31:
[Error] project.xml:20:33: cvc-pattern-valid: Value '1-0-5' is not facet-valid
with respect to pattern '\d+\.\d+\.\d+'
[Error] project.xml:20:33: cvc-attribute.3: The value '1-0-5' of attribute 'version'
on element 'ccm:project' is not valid with respect to its type, 'version'.
[Error] project.xml:20:33: cvc-datatype-valid.1.2.1: 'alpha-1' is not a valid
value for 'integer'.
[Error] project.xml:20:33: cvc-attribute.3: The value 'alpha-1' of attribute
'release' on element 'ccm:project' is not valid with respect to its type,
'integer'.
[Error] project.xml:20:33: cvc-complex-type.3.2.2: Attribute 'webapp' is not
allowed to appear in element 'ccm:project'.


These are easily fixed but I assume we want to commit a permanent change?

Regards,
Terry



______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=368401

------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables
unlimited royalty-free distribution of the report engine
for externally facing server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
Aplaws-devel mailing list
Aplaws-devel@...
https://lists.sourceforge.net/lists/listinfo/aplaws-devel

[aplaws - Developing on APLAWS+] RE: trunk back in a working condition

by Aplaws - Dev mailing list :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=7400801
By: terry_permeance

Secondly, the resource protocol is still in use (e.g. ContentSectionConfig).
Without changing the build-runtime.xml I get the following error:

Caused by: com.arsdigita.util.UncheckedWrapperException: Cannot parse URL (root
cause: java.net.MalformedURLException: unknown protocol: resource)
    at com.arsdigita.cms.ContentSectionConfig.<init>(ContentSectionConfig.java:2
07)
    at com.arsdigita.cms.ContentSection.<clinit>(ContentSection.java:132)

Do you plan to commit these changes? Do you need help to make the changes?

Thanks again,
Terry

______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=368401

------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables
unlimited royalty-free distribution of the report engine
for externally facing server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
Aplaws-devel mailing list
Aplaws-devel@...
https://lists.sourceforge.net/lists/listinfo/aplaws-devel

[aplaws - Developing on APLAWS+] RE: trunk back in a working condition

by Aplaws - Dev mailing list :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=7400827
By: csgupta

Peter,
I have same problem as Terry has mentioned about project.xml ..

This attributes works by the way .
<ccm:project   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
                xmlns:ccm="http://ccm.redhat.com/ccm-project"
               ccmVersion="6.1"
                     name="aplaws"
                prettyName="APLAWS plus"
                  version="1.0.5"
                  release="1"
                   webxml="web.xml-aplaws"

       xsi:schemaLocation="http://ccm.redhat.com/ccm-project
file:tools/devel/xsd/project.xsd">..

Regarding  issue resources protocol  i am also getting error as terry mentioned
in this thread,  when i start my server " ant start".

 Caused by: com.arsdigita.util.UncheckedWrapperException: Cannot parse URL (root
cause: java.net.MalformedURLException: unknown protocol: resource)
     [java]    
at com.arsdigita.cms.ContentSectionConfig.<init>(ContentSectionConfig.java:207)


Another thing.. using E C D C development process when i start
"ant load-bundle "  it is unable to find the WAF jdbc URL.. i manually created
ccm/core/runtime.properties file under
/runtime/apache-tomcat.x.x/webapps/ROOT/WEB-INF/conf/registry... then load-bundle
populdated the metedata but still it has not asked adminitrator user name and
password. so i daubt how i will login in content-center..

I know it would be too much i am asking here but things looks bit not easy for
me..Is it same experince with other cummunity user well or it is just me ?


Thanks,
Chandra








______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=368401

------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables
unlimited royalty-free distribution of the report engine
for externally facing server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
Aplaws-devel mailing list
Aplaws-devel@...
https://lists.sourceforge.net/lists/listinfo/aplaws-devel

[aplaws - Developing on APLAWS+] RE: trunk back in a working condition

by Aplaws - Dev mailing list :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=7400851
By: terry_permeance

Hi Chandra,

I have corrected the schemaLocation in project.xml.complete to point to the
new ecdc version of project.xsd:

xsi:schemaLocation="http://ccm.redhat.com/ccm-project
file:tools/devel/xsd/project.xsd"

You should change your project.xml as well.

Regards,
Terry



______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=368401

------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables
unlimited royalty-free distribution of the report engine
for externally facing server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
Aplaws-devel mailing list
Aplaws-devel@...
https://lists.sourceforge.net/lists/listinfo/aplaws-devel

[aplaws - Developing on APLAWS+] RE: trunk back in a working condition

by Aplaws - Dev mailing list :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=7400855
By: terry_permeance

Sorry, that should have been:

xsi:schemaLocation="http://ccm.redhat.com/ccm-project
file:tools-ng/common/xsd/project.xsd"

Regards,
Terry

______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=368401

------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables
unlimited royalty-free distribution of the report engine
for externally facing server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
Aplaws-devel mailing list
Aplaws-devel@...
https://lists.sourceforge.net/lists/listinfo/aplaws-devel

[aplaws - Developing on APLAWS+] RE: trunk back in a working condition

by Aplaws - Dev mailing list :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=7400894
By: pboy


|  Secondly, the resource protocol is still in use (e.g. ContentSectionConfig).
|  Without changing the build-runtime.xml I get the following error:

The resource protocol is unfortunately still in use, indeed.

The recommended action is:

copy ccm-core-system-x.y.z.jar to $JAVA_HOME/jre/lib/ext

as an intermediate measure.

see ~/tools-ng/ecdc/README.txt

This way we don't need to reconfigure the test environment each time we start
over in development.

I'm working on the issue, but the c/ad/util/parameter framework seems to be
somewhat broken or incomplete.


Peter



______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=368401

------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables
unlimited royalty-free distribution of the report engine
for externally facing server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
Aplaws-devel mailing list
Aplaws-devel@...
https://lists.sourceforge.net/lists/listinfo/aplaws-devel

[aplaws - Developing on APLAWS+] RE: trunk back in a working condition

by Aplaws - Dev mailing list :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=7400899
By: pboy

Terry:

|  Do you plan to commit these changes? Do you need help to make the changes?


Help greatly appreciated. I'll send you a description of the problems I'm working
on bia mail later today.


Peter



______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=368401

------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables
unlimited royalty-free distribution of the report engine
for externally facing server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
Aplaws-devel mailing list
Aplaws-devel@...
https://lists.sourceforge.net/lists/listinfo/aplaws-devel

[aplaws - Developing on APLAWS+] RE: trunk back in a working condition

by Aplaws - Dev mailing list :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=7400908
By: pboy


|  With ecdc, I get validation errors with project.xml:
|  ...  
|  These are easily fixed but I assume we want to commit a permanent change?


Seems to be just another example where my svn does not transfer all modifications
for some reason.

I see, you provided a fix. I'll check later today, what happened with my system.
Unfortunately, I've a meeting now.
 

______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=368401

------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables
unlimited royalty-free distribution of the report engine
for externally facing server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
Aplaws-devel mailing list
Aplaws-devel@...
https://lists.sourceforge.net/lists/listinfo/aplaws-devel

[aplaws - Developing on APLAWS+] RE: trunk back in a working condition

by Aplaws - Dev mailing list :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=7400924
By: pboy

Chandra,


| xsi:schemaLocation="http://ccm.redhat.com/ccm-project
file:tools/devel/xsd/project.xsd">..

It is the wrong scheme file, use:

file:tools-ng/devel/xsd/project.xsd
           ^^^^

| Regarding issue resources protocol i am also getting error as terry
| mentioned in this thread, when i start my server " ant start".

see previous post or

~/tools-ng/ecdc/README.txt


| Another thing.. using E C D C development process when i start  
| "ant load-bundle " it is unable to find the WAF jdbc URL.. i manually created
| ccm/core/runtime.properties file under /runtime/apache-tomcat.x.x/  \
|    webapps/ROOT/WEB-INF/conf/registry...
| then load-bundle populdated the metedata but still it has not asked adminitrator
| user name and password. so i daubt how i will login in content-center..


You should add this information to

 ~/ccm-ldn-aplaws/<yourbundle>/cfg/integration.properties

and  load-bundle will automatically pick it up and create all necessary entries
in the registry.

See

~/ccm-ldn-aplaws/bundles/devel/cfg/integration.properties,  line  38 - 43 as
an example.

|  I know it would be too much i am asking here but things looks bit not easy
|  for me..Is it same experince with other cummunity user well or it is just me
|


It's perfectly OK. I hope, we will get the beast up and running and have a pleasant
development future   :-)


Cheers
Peter

______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=368401

------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables
unlimited royalty-free distribution of the report engine
for externally facing server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
Aplaws-devel mailing list
Aplaws-devel@...
https://lists.sourceforge.net/lists/listinfo/aplaws-devel

[aplaws - Developing on APLAWS+] RE: trunk back in a working condition

by Aplaws - Dev mailing list :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=7400992
By: bprucha

I ran into this problem when using JBoss.  Because JBoss uses it's own resource
handler I couldn't just add the ccm-core-system jar.  I will submit the patches
to SourceForge Patch Tracker.

______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=368401

------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables
unlimited royalty-free distribution of the report engine
for externally facing server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
Aplaws-devel mailing list
Aplaws-devel@...
https://lists.sourceforge.net/lists/listinfo/aplaws-devel

[aplaws - Developing on APLAWS+] RE: trunk back in a working condition

by Aplaws - Dev mailing list :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=7402532
By: pboy

Some remarks about the current state and the problems which came up yesterday.

a)
The URL resource: protocol extension is still in use.

I had the same idea as Brett how to eliminate it (using ResourceProtocol), but
overlooked the unsuficient implementation of AbstractParameter providing the
default value which resulted in a casting error. Thanks to Brett's patch the
problem is resolved now.

I'll provide a patch over the weekend which replaces the URL resource extension
in all trunk modules. In the meantime the solution suggested
in ~/tools-ng/ecdc/README.txt should be used (copying the ccm-core-system-x.y.z.jar
into $JAVA_HOME/jre/lib/ext).

Many thanks to Brett for providing the patch!

b)
Validation error regarding project.xml

There was an entry in the example file project.xml.complete which ponited to
a wrong location. (~/tools/devel/... instead of ~/tools-ng/common/xsd/...).
It is corrected thanks to Terry.

Developers who have their own project.xml in place have to adjust it:
In ccm:project
- modify the scheme file location: tag xsi:schemaLocation= ...
- add webapp=ROOT
- optional: add prettyName
- optional: provide version and release (osed in war file generation)

c)
Load-bundle information

ECDC is meant to require minimal steps in the development cycle to be entered
over and over again. Therefore all information required in the load-bundle step
is taken from a bundle file. In contrast to the well known "ccm load-bundle"
command there is no interactive mechanism to enter required information for
database connection and administrator name and password.

The example local.ccm.properties points to ~/ccm-ldn-aplaws/bundles/devel where
all those informations are included in .../cfg/integration.properties (at the
end of the file).

It is best practice to create one's one bundle file, e.g. myAuth, and maintain
a devel version, which includes those information, e.g. myAuth-devel, and a
production version, which duplicates all the files of the devel version leaving
off the database connection and administration information for security reasons,
e.g. myAuth-prod.

The latter is useless at the moment because we don't have a user installation
procedure yet, but will be used when we have one (see milestone (3) on fedorahosted
trac).


Hope this helps.

Peter





______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=368401

------------------------------------------------------------------------------
Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT
is a gathering of tech-side developers & brand creativity professionals. Meet
the minds behind Google Creative Lab, Visual Complexity, Processing, &
iPhoneDevCamp asthey present alongside digital heavyweights like Barbarian
Group, R/GA, & Big Spaceship. http://www.creativitycat.com 
_______________________________________________
Aplaws-devel mailing list
Aplaws-devel@...
https://lists.sourceforge.net/lists/listinfo/aplaws-devel

[aplaws - Developing on APLAWS+] RE: trunk back in a working condition

by Aplaws - Dev mailing list :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=7404008
By: terry_permeance

Hi Peter,

I think it's now pretty smooth. Not too many manual steps remaining!

Now that 1.0.5 is "out of the way", do you plan to make ecdc the standard and
move tools-ng\ecdc\build.xml and *.properties into the root folder?

Regards,
Terry

______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=368401

------------------------------------------------------------------------------
Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT
is a gathering of tech-side developers & brand creativity professionals. Meet
the minds behind Google Creative Lab, Visual Complexity, Processing, &
iPhoneDevCamp asthey present alongside digital heavyweights like Barbarian
Group, R/GA, & Big Spaceship. http://www.creativitycat.com 
_______________________________________________
Aplaws-devel mailing list
Aplaws-devel@...
https://lists.sourceforge.net/lists/listinfo/aplaws-devel

[aplaws - Developing on APLAWS+] RE: trunk back in a working condition

by Aplaws - Dev mailing list :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=7404197
By: pboy

Hi Terry,

yes, ecdc will become the new standard. In the future maven should become an
alternative. I already started to work on it.

The current trunk policy rules that trunk is just a container for packages /
directories, no logik in root.

Having at least a build.xml in trunk which provides a "prepare" task would make
starting development a lot easier. So we should reconsider the policy.

About the current planing for the future as of discussion of TSC group:

We are planing an APLAWS 1.x.y release (perhaps 1.5.0) at July / August with
the milestones (1) (2) (3) finished. So it will be the first release of a "new"
APLAWS, running in a standard servlet container

At the end of the year we are planing another 1.x.z release which aims at a
massive clean-up of the code base as a ground for future development.

I suppose Francois will publish the minutes of the meeting soon.


Peter



______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=368401

------------------------------------------------------------------------------
Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT
is a gathering of tech-side developers & brand creativity professionals. Meet
the minds behind Google Creative Lab, Visual Complexity, Processing, &
iPhoneDevCamp asthey present alongside digital heavyweights like Barbarian
Group, R/GA, & Big Spaceship. http://www.creativitycat.com 
_______________________________________________
Aplaws-devel mailing list
Aplaws-devel@...
https://lists.sourceforge.net/lists/listinfo/aplaws-devel

[aplaws - Developing on APLAWS+] RE: trunk back in a working condition

by Aplaws - Dev mailing list :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=7408491
By: csgupta

Hi,

Has  anybody experinced the problem in assign categories navigation during content
authoring in latest trunk build?

It actully does not allow me to select the navigation categories..

Thanks,
Chandra

______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=368401

------------------------------------------------------------------------------
Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT
is a gathering of tech-side developers & brand creativity professionals. Meet
the minds behind Google Creative Lab, Visual Complexity, Processing, &
iPhoneDevCamp asthey present alongside digital heavyweights like Barbarian
Group, R/GA, & Big Spaceship. http://www.creativitycat.com 
_______________________________________________
Aplaws-devel mailing list
Aplaws-devel@...
https://lists.sourceforge.net/lists/listinfo/aplaws-devel

[aplaws - Developing on APLAWS+] RE: trunk back in a working condition

by Aplaws - Dev mailing list :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=7409850
By: pboy

Chandra,

I didn't experienced said problem. Could you give some detailed information
how to reproduce it?


Peter



______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=368401

------------------------------------------------------------------------------
Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT
is a gathering of tech-side developers & brand creativity professionals. Meet
the minds behind Google Creative Lab, Visual Complexity, Processing, &
iPhoneDevCamp asthey present alongside digital heavyweights like Barbarian
Group, R/GA, & Big Spaceship. http://www.creativitycat.com 
_______________________________________________
Aplaws-devel mailing list
Aplaws-devel@...
https://lists.sourceforge.net/lists/listinfo/aplaws-devel

[aplaws - Developing on APLAWS+] RE: trunk back in a working condition

by Aplaws - Dev mailing list :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=7409900
By: csgupta

Peter,

When you assign navigation catgory to any content item during content authoring.
it does not assign anyhting in Selected categories multiline selectbox.It gives
java script error.

Thanks,
chandra


______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=368401

------------------------------------------------------------------------------
Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT
is a gathering of tech-side developers & brand creativity professionals. Meet
the minds behind Google Creative Lab, Visual Complexity, Processing, &
iPhoneDevCamp asthey present alongside digital heavyweights like Barbarian
Group, R/GA, & Big Spaceship. http://www.creativitycat.com 
_______________________________________________
Aplaws-devel mailing list
Aplaws-devel@...
https://lists.sourceforge.net/lists/listinfo/aplaws-devel

[aplaws - Developing on APLAWS+] RE: trunk back in a working condition

by Aplaws - Dev mailing list :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=7409964
By: pboy

Chandra,

sounds as if there is a wrong path specification, might be a left over from
the latest runtime installation tree modifications. I'll have a look into it
later today.

Peter


______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=368401

------------------------------------------------------------------------------
Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT
is a gathering of tech-side developers & brand creativity professionals. Meet
the minds behind Google Creative Lab, Visual Complexity, Processing, &
iPhoneDevCamp asthey present alongside digital heavyweights like Barbarian
Group, R/GA, & Big Spaceship. http://www.creativitycat.com 
_______________________________________________
Aplaws-devel mailing list
Aplaws-devel@...
https://lists.sourceforge.net/lists/listinfo/aplaws-devel

[aplaws - Developing on APLAWS+] RE: trunk back in a working condition

by Aplaws - Dev mailing list :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=7412112
By: csgupta

Peter,

The latest trunk has all package like ccm-cms-assets-fileattachment,
ccm-cms-types-htmlform etc and I have changed my project.xml accordingly.
But FileAttachment is not coming in left during content authring step .

I am wondering whether that is removed from authring kit ors another left over
in the latest trunk?

Same with ccm-cms-types-htmlform, this content type is not coming in drop down
list when we create any new content item.

/Chandra


______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=368401

------------------------------------------------------------------------------
Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT
is a gathering of tech-side developers & brand creativity professionals. Meet
the minds behind Google Creative Lab, Visual Complexity, Processing, &
iPhoneDevCamp as they present alongside digital heavyweights like Barbarian
Group, R/GA, & Big Spaceship. http://p.sf.net/sfu/creativitycat-com 
_______________________________________________
Aplaws-devel mailing list
Aplaws-devel@...
https://lists.sourceforge.net/lists/listinfo/aplaws-devel

[aplaws - Developing on APLAWS+] RE: trunk back in a working condition

by Aplaws - Dev mailing list :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=7424655
By: pboy

Chandra,

|  When you assign navigation catgory to any content item during
|  content authoring. it does not assign anyhting in Selected categories
|  multiline selectbox.It gives java script error.


I can reproduce the problem with the standard aplaws theme. I'll try to fix
it within the next days, or did you already found a solution?



Peter


______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=368401

------------------------------------------------------------------------------
OpenSolaris 2009.06 is a cutting edge operating system for enterprises
looking to deploy the next generation of Solaris that includes the latest
innovations from Sun and the OpenSource community. Download a copy and
enjoy capabilities such as Networking, Storage and Virtualization.
Go to: http://p.sf.net/sfu/opensolaris-get
_______________________________________________
Aplaws-devel mailing list
Aplaws-devel@...
https://lists.sourceforge.net/lists/listinfo/aplaws-devel
< Prev | 1 - 2 | Next >